home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / FONT / TTConverter ƒ / TrueType System Fonts Fix next >
Text File  |  1991-07-24  |  3KB  |  78 lines

  1. After switching to System 7 and TrueType, I noticed that the three built in fonts, Chicago, Geneva and Monaco, were bitmapped even with the TrueType fonts installed in the System. After much experimentation with ResEdit, I have discovered how to edit the System to allow the use of Chicago, Geneva and Monaco TrueType fonts while leaving the System operation unaffected by the slower TrueType screen rendering.
  2.  
  3. The procedure is quite simple. Using ResEdit 2.1, open a copy of the System file. Open the FOND resource. You will see:
  4.  
  5.           ID 0 Chicago
  6.           ID 3 Geneva
  7.           ID 4 Monaco
  8.  
  9. Open Chicago and scroll to the bottom. Click on "1)****" and delete. Using Insert New Field(s) {Cmd K} from the Resource menu. Insert the following:
  10.  
  11.           Font Size  0
  12.           Font Style 0
  13.           Res ID     1030
  14.  
  15. Create a second field and insert:
  16.  
  17.        2)****
  18.          Font Size  12
  19.          Font Style 0
  20.          Res ID 5478
  21.  
  22. Do the same with Geneva (ID 4):
  23.  
  24. 1)****
  25.   Font Size  0
  26.   Font Style 0
  27.   Res ID 1029
  28.  
  29. 2)****
  30.   Font Size  9
  31.   Font Style 0
  32.   Res ID 5475
  33.  
  34. 3)****
  35.   Font Size  12
  36.   Font Style 0
  37.   Res ID 7119
  38.  
  39. And lastly with Monaco (ID 4)
  40.  
  41. 10****
  42.   Font Size  0
  43.   Font Style 0
  44.   Res ID     3031
  45.  
  46. 2)****
  47.   Font Size  9
  48.   Font Style 0
  49.   Res ID     5410
  50.  
  51. Close the FOND resource and open the ROv# resource open resource ID 630. Scroll to the bottom and insert three new fields with the following information:
  52.  
  53.  8)****
  54.    TYPE   FOND
  55.    RES ID 0
  56.  
  57.  9)****
  58.    TYPE   FOND
  59.    RES ID 3
  60.  
  61. 10)****
  62.    TYPE   FOND
  63.    RES ID 4
  64.  
  65. Close the ROv# resource. Close and save the modified System. Reboot with the new System.
  66.  
  67. Notes:
  68. Remember, AWOAK (always work on a copy). Editing an active System is not dangerous with these modification but the screen becomes extremely hard to read while the modifications are made. If your machine hangs up for some reason when you are making the changes, when you reboot,  certain areas of the screen may be blank.
  69.  
  70. This patch allows the system to retain the three bitmapped fonts for Menus, Windows and Dialog Box etc. while allowing TrueType fonts to be accessed in other programs. If you have used the Views Cdev to alter your system, follow the above procedure and use the resource IDs for the font you wish to use. Make sure you have installed the TrueType font and the bitmapped font for the size you have selected in Views.
  71.  
  72. If anyone has any questions I can be reached at the following:
  73.  
  74. America Online: NAUGA
  75. Compuserve: 76517,550
  76. GEnie: W.Harrison13
  77. Prodigy: KVBW46A
  78.